home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat4 / fstab.z / fstab
Encoding:
Text File  |  2001-04-17  |  41.0 KB  |  793 lines

  1.  
  2.  
  3.  
  4. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      fstab - static information about filesystems
  10.  
  11. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  12.      The file /_e_t_c/_f_s_t_a_b describes the filesystems and swapping partitions
  13.      used by the local machine.  The system administrator can modify it with a
  14.      text editor.  It is read by commands that mount, unmount, and check the
  15.      consistency of filesystems.  The file consists of a number of lines of
  16.      the form:
  17.  
  18.           _f_i_l_e_s_y_s_t_e_m  _d_i_r_e_c_t_o_r_y  _t_y_p_e  _o_p_t_i_o_n_s  _f_r_e_q_u_e_n_c_y  _p_a_s_s
  19.  
  20.      For example:
  21.  
  22.           /dev/root   /   xfs   rw  0 0
  23.  
  24.      Fields are separated by white space; a `#' as the first non-white space
  25.      character indicates a comment.
  26.  
  27.      The entries from this file are accessed using the routines in
  28.      _g_e_t_m_n_t_e_n_t(3), which return a structure of the following form:
  29.  
  30.           struct mntent {
  31.                char    *mnt_fsname;    /* filesystem name */
  32.                char    *mnt_dir;       /* filesystem path prefix */
  33.                char    *mnt_type;      /* e.g. xfs, nfs, proc, or ignore */
  34.                char    *mnt_opts;      /* rw, ro, hard, soft, etc. */
  35.                int     mnt_freq;       /* dump frequency, in days */
  36.                int     mnt_passno;     /* parallel fsck pass number */
  37.           };
  38.  
  39.      This structure is defined in the <_m_n_t_e_n_t._h> include file.  To compile and
  40.      link a program that calls _g_e_t_m_n_t_e_n_t(3), follow the procedures for section
  41.      (3Y) routines as described in _i_n_t_r_o(3).
  42.  
  43.      The _m_n_t__d_i_r field is the full pathname of the directory to be mounted on.
  44.      The _m_n_t__t_y_p_e field determines how the _m_n_t__f_s_n_a_m_e and _m_n_t__o_p_t_s fields are
  45.      interpreted.  Here is a list of the filesystem types currently supported,
  46.      and the way each of them interprets these fields:
  47.  
  48.      xxxxffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  49.                /_d_e_v/_r_o_o_t) or a logical volume.
  50.  
  51.      eeeeffffssss       _m_n_t__f_s_n_a_m_e must be a block special device (for example,
  52.                /_d_e_v/_r_o_o_t) or a logical volume.
  53.  
  54.      pppprrrroooocccc      _m_n_t__f_s_n_a_m_e should be the /_p_r_o_c directory.  See _p_r_o_c(4).
  55.  
  56.      ffffdddd        _m_n_t__f_s_n_a_m_e should be the /_d_e_v/_f_d directory.  See _f_d(4).
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  71.  
  72.  
  73.  
  74.      hhhhwwwwggggffffssss     _m_n_t__f_s_n_a_m_e should be the /_h_w directory.  See _h_w_g_f_s(4).
  75.  
  76.      nnnnffffssss       _m_n_t__f_s_n_a_m_e is the path on the server of the directory to be
  77.                served.  (NFS option only).
  78.  
  79.      ccccddddffffssss      A synonym for type iiiissssoooo9999666666660000 (see below).  This type is required
  80.                for MIPS ABI compliance.
  81.  
  82.      iiiissssoooo9999666666660000   _m_n_t__f_s_n_a_m_e formerly was a generic SCSI device.  With 6.2 plus
  83.                patches, or later releases, it is the volume partition of the
  84.                raw disk (for example, /_d_e_v/_r_d_s_k/_d_k_s_0_d_7_v_o_l).  See _d_s(7M).  This
  85.                filesystem type is used to mount CD-ROM discs in ISO 9660 (with
  86.                or without Rock Ridge extensions) and High Sierra formats.
  87.                _e_o_e._s_w._c_d_r_o_m must be installed in order to use the iiiissssoooo9999666666660000
  88.                filesystem type.
  89.  
  90.      ddddoooossss       _m_n_t__f_s_n_a_m_e is normally a floppy device, or other removable
  91.                media using the disk driver.  These are located in the
  92.                directory /_d_e_v/_r_d_s_k (for example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5).  See
  93.                _d_k_s_c(7M) and _s_m_f_d(7M).
  94.  
  95.      hhhhffffssss       _m_n_t__f_s_n_a_m_e must be either a floppy device or a raw disk device.
  96.                Floppy devices are located in the directory /_d_e_v/_r_d_s_k (for
  97.                example, /_d_e_v/_r_d_s_k/_f_d_s_0_d_2._3._5_h_i).  See _s_m_f_d(7M).  Raw disk
  98.                devices are located in the directory /_d_e_v/_r_d_s_k (for example,
  99.                /_d_e_v/_r_d_s_k/_d_k_s_0_d_4_v_o_l).  See _d_s(7M).
  100.  
  101.      sssswwwwaaaapppp      _m_n_t__f_s_n_a_m_e should be the full pathname to the file or block
  102.                device to be used as a swap resource.
  103.  
  104.      ccccaaaacccchhhheeeeffffssss   _m_n_t__f_s_n_a_m_e should be the filesystem name for the backing
  105.                filesystem to be mounted as a cache filesystem.  This will
  106.                either be the special filename (for example, /_d_e_v/_d_s_k/_d_k_s_0_d_4_s_7)
  107.                or _h_o_s_t:_p_a_t_h.
  108.  
  109.      rrrraaaawwwwddddaaaattttaaaa   _m_n_t__f_s_n_a_m_e may be the block/char special device of the
  110.                partition or logical volume to reserve (_m_n_t__d_i_r is ignored).
  111.                This entry enables the system utilities (for example, _m_k_f_s,
  112.                _m_o_u_n_t, and so on) to treat the raw partition or logical volume
  113.                as 'mounted', preventing the partition from inadvertently being
  114.                overwritten.  Any packages that require dedicated raw
  115.                partitions (databases and so on) should consider placing a
  116.                rrrraaaawwwwddddaaaattttaaaa entry in _f_s_t_a_b(4).
  117.  
  118.      If the _m_n_t__t_y_p_e is specified as iiiiggggnnnnoooorrrreeee, then the entry is ignored.  This
  119.      is useful to show disk partitions not currently used.  _m_n_t__f_r_e_q is not
  120.      used in current IRIX systems.
  121.  
  122.      _m_n_t__p_a_s_s_n_o can be used to control the behavior of parallel filesystem
  123.      checking on bootup, see _f_s_c_k(1M).
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  137.  
  138.  
  139.  
  140.      The _m_n_t__o_p_t_s field contains a list of comma-separated option words.  Some
  141.      _m_n_t__o_p_t_s are valid for all filesystem types, while others apply to a
  142.      specific type only.
  143.  
  144.      Options valid on all filesystems (the default is rrrrwwww) are:
  145.  
  146.      rrrrwwww        Read/write.
  147.  
  148.      rrrroooo        Read-only.
  149.  
  150.      nnnnooooaaaauuuuttttoooo    Ignore this entry during a _m_o_u_n_t ----aaaa command, to allow the
  151.                definition of _f_s_t_a_b entries for commonly-used filesystems that
  152.                should not be automatically mounted.
  153.  
  154.      ggggrrrrppppiiiidddd     Causes a file created within the filesystem to have the group
  155.                ID of its parent directory, not the creating process's group
  156.                ID.
  157.  
  158.      nnnnoooossssuuuuiiiidddd    Setuid execution not allowed for non-superusers.  This option
  159.                has no effect for the superuser.
  160.  
  161.      nnnnooooddddeeeevvvv     Access to character and block special files is disallowed.
  162.  
  163.      Mandatory Access Control options can be specified using a list of colon-
  164.      separated options:
  165.  
  166.                               eeeeaaaagggg:_o_p_t_i_o_n{:_o_p_t_i_o_n ...}
  167.  
  168.      where _o_p_t_i_o_n is one of the following:
  169.  
  170.      mmmmaaaacccc----ddddeeeeffffaaaauuuulllltttt=_l_a_b_e_l
  171.           Use the specified label for all files on the specified file system
  172.           that do not have a MAC label.
  173.  
  174.      mmmmaaaacccc----iiiipppp=_l_a_b_e_l
  175.           Use the specified label for communications to other systems
  176.           regarding this file system.
  177.  
  178.      A number of filesystem types also support the ddddeeeebbbbuuuugggg option, but the
  179.      meaning varies with the filesystem type.
  180.  
  181.      Options specific only to xxxxffffssss,,,, eeeeffffssss and nnnnffffssss filesystems are:
  182.  
  183.      qqqquuuuoooottttaaaa     Disk quota accounting enabled, and limits enforced.
  184.  
  185.      Options specific to xxxxffffssss filesystems are:
  186.  
  187.      bbbbiiiioooossssiiiizzzzeeee   The biosize (buffered I/O size) option can be used to set the
  188.                default preferred buffered I/O size for filesystem.  The
  189.                default preferred I/O size is 64K.  The biosize option can be
  190.                used to decrease the preferred I/O size.  The size must be
  191.                expressed as the log (base2) of the desired I/O size.  Valid
  192.  
  193.  
  194.  
  195.                                                                         PPPPaaaaggggeeee 3333
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  203.  
  204.  
  205.  
  206.                values for this option are 14 through 16, inclusive (e.g. 16K,
  207.                32K, and 64K bytes).  On machines with 4K size pages, 13 (8
  208.                Kbytes) is also a valid size.  The preferred buffered I/O size
  209.                can also be altered on a per-file basis using the _f_c_n_t_l system
  210.                call.  See _f_c_n_t_l(2) for further details.
  211.  
  212.      ddddmmmmiiii       Enable the Data Management Interface event callouts.
  213.  
  214.      llllooooggggbbbbuuuuffffssss   Set the number of in memory log buffers.  Valid numbers range
  215.                from 2-8 inclusive.  The default value is 8 buffers for
  216.                filesystems with a blocksize of 64K, 4 buffers for filesystems
  217.                with a blocksize of 32K, 3 buffers for filesystems with a
  218.                blocksize of 16K, and 2 buffers for all other configurations.
  219.                Increasing the number of buffers may increase performance on
  220.                some workloads at the cost of the memory used for the extra log
  221.                buffers and their associated control structures.
  222.  
  223.      nnnnooooaaaalllliiiiggggnnnn   Data allocations will not be aligned at stripe unit boundaries.
  224.  
  225.      nnnnooooaaaattttiiiimmmmeeee   Access timestamps are not updated when a file is read.
  226.  
  227.      nnnnoooorrrreeeeccccoooovvvveeeerrrryyyy
  228.                The filesystem will be mounted without running log recovery.
  229.                If the filesystem was not cleanly unmounted, it is likely to be
  230.                inconsistent when mounted in norecovery mode.  Some files or
  231.                directories may not be accessible because of this.  Filesystems
  232.                mounted norecovery must be mounted read-only or the mount will
  233.                fail.
  234.  
  235.      oooossssyyyynnnncccciiiissssddddssssyyyynnnncccc
  236.                Make writes to files opened with the O_SYNC flag set behave as
  237.                if the O_DSYNC flag had been used instead.  This can result in
  238.                better performance without compromising data safety.  However
  239.                if this option in effect, timestamp updates from O_SYNC writes
  240.                can be lost if the system crashes.
  241.  
  242.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  243.                Disk quota accounting enabled, but limits are not enforced.
  244.  
  245.      ppppqqqquuuuoooottttaaaa    Project disk quota accounting enabled and limits enforced.
  246.  
  247.      ppppqqqqnnnnooooeeeennnnffffoooorrrrcccceeee
  248.                Project disk quota accounting enabled, but limits are not
  249.                enforced.
  250.  
  251.      ssssuuuunnnniiiitttt=_v_a_l_u_e
  252.                Used to specify the stripe unit for a RAID device or a xlv
  253.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  254.                units.  If this option is not specified and the filesystem was
  255.                made on a stripe volume or the stripe unit was specified for
  256.                the RAID device at mkfs time, then the mount system call will
  257.                restore the value from the superblock. For filesystems that are
  258.  
  259.  
  260.  
  261.                                                                         PPPPaaaaggggeeee 4444
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  269.  
  270.  
  271.  
  272.                made directly on RAID devices, this option can be used to
  273.                override the information in the superblock if the underlying
  274.                disk layout changes after the filesystem has been mkfsed. If
  275.                the filesystem is made on a xlv volume, then this will be done
  276.                implicitly.
  277.  
  278.      sssswwwwiiiiddddtttthhhh=_v_a_l_u_e
  279.                Used to specify the stripe width for a RAID device or a xlv
  280.                stripe volume.  _v_a_l_u_e has to be specified in 512-byte block
  281.                units.  If this option is not specified, and the filesystem was
  282.                made on a stripe volume or the stripe width was specified for
  283.                the RAID device at mkfs time, then the mount system call will
  284.                restore the value from the superblock. For filesystems that are
  285.                made directly on RAID devices, this option can be used to
  286.                override the information in the superblock if the underlying
  287.                disk layout changes after the filesystem has been mkfsed. If
  288.                the filesystem is made on a xlv volume, then this will be done
  289.                implicitly. This option is required if the ----oooo ssssuuuunnnniiiitttt option has
  290.                been specified. Also it has to be a multiple of the sunit
  291.                option.
  292.  
  293.      wwwwssssyyyynnnncccc     All operations that modify the filesystem are synchronous
  294.                except for writes to user files (e.g. create, unlink, mv,
  295.                truncate, etc.).  This option can be used in conjunction with
  296.                exporting a filesystem -wsync to obtain NFS write-synchronous
  297.                semantics, if so desired.  See eeeexxxxppppoooorrrrttttssss((((4444)))) for further
  298.                information.
  299.  
  300.      Options specific to eeeeffffssss filesystems (the default is ffffsssscccckkkk, nnnnooooqqqquuuuoooottttaaaa) are:
  301.  
  302.      rrrraaaawwww=_p_a_t_h  The filesystem's raw device pathname (for example, /_d_e_v/_r_r_o_o_t).
  303.  
  304.      ffffsssscccckkkk      _f_s_c_k(1M) invoked with no filesystem arguments should check this
  305.                filesystem.
  306.  
  307.      nnnnooooffffsssscccckkkk    _f_s_c_k(1M) should not check this filesystem by default.
  308.  
  309.      nnnnooooqqqquuuuoooottttaaaa   Disk quota accounting and limit enforcement disabled.
  310.  
  311.      llllbbbbssssiiiizzzzeeee=_n  The number of bytes transferred in each read or synchronous
  312.                write operation.
  313.  
  314.                The value assigned to the llllbbbbssssiiiizzzzeeee option must be a power of two
  315.                at least as large as the system page size.  This value is
  316.                returned by the _g_e_t_p_a_g_e_s_i_z_e(2) system call and is normally
  317.                either 4096 or 16384 depending on the system type.  The current
  318.                default for llllbbbbssssiiiizzzzeeee is the value in the fs_sectors field of the
  319.                superblock of the filesystem.  This was normally the number of
  320.                "sectors per track" in the past, but that often fictitious
  321.                value is no longer used.  If not set on the mkfs command line,
  322.                the maximum value of 128 sectors is used by IRIX 6.4 and later
  323.                releases.  An invalid size will cause the mount to fail with
  324.  
  325.  
  326.  
  327.                                                                         PPPPaaaaggggeeee 5555
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  335.  
  336.  
  337.  
  338.                the error EINVAL.  The maximum size is currently 65536.  Note
  339.                that less than llllbbbbssssiiiizzzzeeee bytes will be transferred if there are
  340.                not llllbbbbssssiiiizzzzeeee contiguous bytes of the addressed portion of the
  341.                file on disk.
  342.  
  343.      Options specific to ddddoooossss filesystems.
  344.  
  345.      ppppaaaarrrrttttiiiittttiiiioooonnnn
  346.           With a following number, as ppppaaaarrrrttttiiiittttiiiioooonnnn,,,,####, where #### is most often
  347.           either 1 or 4, is used with type 5 (extended) filesystems to specify
  348.           which partition to use.  Otherwise type 5 filesystems are not
  349.           supported.
  350.  
  351.      Options specific to iiiissssoooo9999666666660000 filesystems (the default is rrrrwwww, which has no
  352.      effect since CD-ROM discs are always read-only) are:
  353.  
  354.      sssseeeettttxxxx      Set execute permission on every file on the mounted filesystem.
  355.                The default is to make an intelligent guess based on the first
  356.                few bytes of the file.
  357.  
  358.      nnnnoooottttrrrraaaannnnssssllllaaaatttteeee
  359.                Don't translate ISO 9660 filenames to UNIX filenames.  The
  360.                default is to convert upper case to lower case and to truncate
  361.                the part including and after the semicolon.
  362.  
  363.      ccccaaaacccchhhheeee=_b_l_o_c_k_s
  364.                Set the number of 2048 byte blocks to be used for caching
  365.                directory contents.  The default is to cache 128 blocks.
  366.  
  367.      nnnnooooeeeexxxxtttt     Ignore Rock Ridge extensions.  The default when the nnnnooooeeeexxxxtttt
  368.                option is not specified is to use Rock Ridge extensions if
  369.                present.
  370.  
  371.      ssssuuuusssspppp      Enable processing of System Use Sharing Protocol extensions to
  372.                the ISO 9660 specification.  This is the default.
  373.  
  374.      nnnnoooossssuuuusssspppp    Disable processing of System Use Sharing Protocol extensions.
  375.                This has the same effect as the nnnnooooeeeexxxxtttt option.
  376.  
  377.      rrrrrrrriiiipppp      Enable processing of the Rock Ridge extensions.  This is the
  378.                default.
  379.  
  380.      nnnnoooorrrrrrrriiiipppp    Disable processing of the Rock Ridge extensions.  This is
  381.                equivalent to the nnnnooooeeeexxxxtttt option.
  382.  
  383.      nnnnmmmmccccoooonnnnvvvv====[[[[ccccllllmmmm]]]]
  384.                This option is supplied for MIPS ABI compliance; some non-IRIX
  385.                systems may implement it only for type ccccddddffffssss, IRIX allows it
  386.                with type iiiissssoooo9999666666660000 also.  Only one of the three letters cccc, llll, or
  387.                mmmm can be specified.  This option controls filename translation.
  388.                cccc has the same meaning as nnnnoooottttrrrraaaannnnssssllllaaaatttteeee above.  llll requests
  389.                translation to lower case (the IRIX default), and mmmm suppresses
  390.  
  391.  
  392.  
  393.                                                                         PPPPaaaaggggeeee 6666
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  401.  
  402.  
  403.  
  404.                the version number (also the IRIX default).
  405.  
  406.      NFS clients can mount iiiissssoooo9999666666660000, ddddoooossss, and hhhhffffssss filesystems remotely by
  407.      specifying _h_o_s_t_n_a_m_e:_m_o_u_n_t_p_o_i_n_t for _f_i_l_e_s_y_s_t_e_m and nnnnffffssss for _t_y_p_e, where an
  408.      iiiissssoooo9999666666660000, ddddoooossss, or hhhhffffssss filesystem is mounted at _m_o_u_n_t_p_o_i_n_t on the host
  409.      _h_o_s_t_n_a_m_e.  In this case, the same _o_p_t_i_o_n_s apply as with nnnnffffssss (see below).
  410.  
  411.      If the NFS option is installed, the following options are valid for nnnnffffssss
  412.      filesystems:
  413.  
  414.      vvvveeeerrrrssss====_n    Use NFS protocol version _n.  (The default is to try version 3,
  415.                falling back to version 2 if the version 3 mount fails.)
  416.  
  417.      bbbbgggg        If the first attempt fails, retry in the background.
  418.  
  419.      ffffgggg        Retry in foreground.  (Default)
  420.  
  421.      rrrreeeettttrrrryyyy====_n   Set number of mount failure retries to _n.  (Default = 10000)
  422.  
  423.      rrrrssssiiiizzzzeeee====_n   Set read transfer size to _n bytes.  This value will be rounded
  424.                up to the nearest multiple of 512 bytes.  The default is 8192
  425.                for NFS version 2, and 16384 or 32768 for NFS version 3. The
  426.                16KB transfer size is used when the route to the server is
  427.                known to go through a router, or when the Maximum Transmission
  428.                Unit (MTU) of the interface used to get to the server is
  429.                Ethernet-sized (about 1500 bytes) or less.  The system tunable
  430.                nnnnffffssss3333____ddddeeeeffffaaaauuuulllltttt____xxxxffffeeeerrrr can be used to reduce the upper limit of the
  431.                NFS version 3 transfer size if 16KB is still too much for
  432.                routers.  For example, setting it to 8192 gives the same
  433.                default for version 3 as version 2.  For NFS version 3, the
  434.                read transfer size specified by the server will be used if it
  435.                is smaller than either the default or what the user has
  436.                specified.
  437.  
  438.      wwwwssssiiiizzzzeeee====_n   Set write transfer size to _n bytes.  This value will be rounded
  439.                up to the nearest multiple of 512 bytes.  The default is the
  440.                same as for the read size.  For NFS version 3, the write
  441.                transfer size specified by the server will be used if it is
  442.                smaller than either the default or what the user has specified.
  443.  
  444.      ttttiiiimmmmeeeeoooo====_n   Set NFS timeout to _n tenths of a second.  (Default = 11)
  445.  
  446.      rrrreeeettttrrrraaaannnnssss====_n Set number of NFS retransmissions to _n.  (Default = 5)
  447.  
  448.      ppppoooorrrrtttt====_n    Set server UDP port number to _n.  (Default = 2049)
  449.  
  450.      hhhhaaaarrrrdddd      Retry request until server responds.  (Default)
  451.  
  452.      ssssoooofffftttt      Return error if server doesn't respond.
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.                                                                         PPPPaaaaggggeeee 7777
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  467.  
  468.  
  469.  
  470.      nnnnooooiiiinnnnttttrrrr    Disallow requests to be interrupted by the following signals:
  471.                SIGHUP, SIGINT, SIGQUIT, SIGKILL, SIGTERM, and SIGTSTP.
  472.                (Requests are interruptible by these signals, by default.)
  473.  
  474.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_t
  475.                Set the regular file minimum attribute cache timeout to _t
  476.                seconds.  (Default = 3)
  477.  
  478.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_t
  479.                Set the regular file maximum attribute cache timeout to _t
  480.                seconds.  (Default = 60)
  481.  
  482.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_t
  483.                Set the directory minimum attribute cache timeout to _t seconds.
  484.                (Default = 30)
  485.  
  486.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_t
  487.                Set the directory maximum attribute cache timeout to _t seconds.
  488.                (Default = 60)
  489.  
  490.      aaaaccccttttiiiimmmmeeeeoooo=_t Set regular and directory minimum and maximum attribute cache
  491.                timeouts to _t seconds.
  492.  
  493.      nnnnooooaaaacccc      No attribute caching.
  494.  
  495.      pppprrrroooottttoooo=_x_y_z Use the IP protocol _x_y_z , where _x_y_z is either _u_d_p or _t_c_p . If
  496.                the specified protocol is not supported by the server, then the
  497.                mount will fail.  The default is _u_d_p .
  498.  
  499.      pppprrrriiiivvvvaaaatttteeee   Do not flush delayed writes on last close of an open file, and
  500.                use local file and record locking instead of a remote lock
  501.                manager.
  502.  
  503.      sssshhhhoooorrrrttttuuuuiiiidddd  Do not let users with userids or groupids larger than 65535
  504.                (see _i_d(1M)) create or own files.  Some versions of UNIX do not
  505.                support large userids; trying to create a file with a large
  506.                userid on such an NFS server can produce undefined and
  507.                surprising results.
  508.  
  509.      ssssyyyymmmmttttttttllll=_t  Set the time-to-live for symbolic links cached by NFS to _t
  510.                seconds.  ssssyyyymmmmttttttttllll====0000 turns off NFS symlink caching.  The maximum
  511.                value for _t is 3600.  (Default = 3600)
  512.  
  513.      aaaassssyyyynnnnccccnnnnllllmmmm  Use asynchronous NLM RPC calls.  The default is to use
  514.                synchronous NLM.  Using this option requires that _l_o_c_k_d(1M) be
  515.                running.
  516.  
  517.      ddddeeeeffffxxxxaaaattttttttrrrr  Use default values for system-defined extended attributes,
  518.                rather than asking the NFS server for their values. This option
  519.                does not work when nnnnooooaaaacccc is also specified.
  520.  
  521.  
  522.  
  523.  
  524.  
  525.                                                                         PPPPaaaaggggeeee 8888
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  533.  
  534.  
  535.  
  536.      nnnnooooddddeeeeffffxxxxaaaattttttttrrrr
  537.                Always ask the server for extended attributes (required for
  538.                Trusted Irix).
  539.  
  540.      ddddooooxxxxaaaattttttttrrrr   Tell the NFS server that this client can be trusted to properly
  541.                handle extended attributes. This is necessary only when the
  542.                remote filesystem is exported with the nnnnooooxxxxaaaattttttttrrrr option.
  543.  
  544.      The bbbbgggg option causes _m_o_u_n_t to run in the background if the server's
  545.      _m_o_u_n_t_d(1M) does not respond.  _m_o_u_n_t attempts each request rrrreeeettttrrrryyyy====_n times
  546.      before giving up.
  547.  
  548.      Once the filesystem is mounted, each NFS request waits ttttiiiimmmmeeeeoooo====_n tenths of
  549.      a second for a response.  If no response arrives, the time-out is
  550.      multiplied by 2, up to a maximum of MAXTIMO (900), and the request is
  551.      retransmitted.  When rrrreeeettttrrrraaaannnnssss====_n retransmissions have been sent with no
  552.      reply a ssssoooofffftttt mounted filesystem returns an error on the request and a
  553.      hhhhaaaarrrrdddd mounted filesystem retries the request.  Filesystems that are
  554.      mounted rrrrwwww (read-write) should use the hhhhaaaarrrrdddd option.  The number of bytes
  555.      in a read or write request can be set with the rrrrssssiiiizzzzeeee and wwwwssssiiiizzzzeeee options.
  556.  
  557.      In the absence of client activity that would invalidate recently acquired
  558.      file attributes, NFS holds attributes cached for an interval between
  559.      aaaaccccrrrreeeeggggmmmmiiiinnnn and aaaaccccrrrreeeeggggmmmmaaaaxxxx for regular files, and between aaaaccccddddiiiirrrrmmmmiiiinnnn and
  560.      aaaaccccddddiiiirrrrmmmmaaaaxxxx for directories.  The aaaaccccttttiiiimmmmeeeeoooo option sets all attribute timeout
  561.      constraints to a given number of seconds.  The nnnnooooaaaacccc option disables
  562.      attribute caching altogether.
  563.  
  564.      The pppprrrriiiivvvvaaaatttteeee option greatly improves write performance by caching data and
  565.      delaying writes on the assumption that only this client modifies files in
  566.      the remote filesystem.  It should be used only if the greater risk of
  567.      lost delayed-write data in the event of a crash is acceptable given
  568.      better performance.  EFS uses caching strategies similar to private NFS
  569.      The system reduces the risk of data loss for all filesystems by
  570.      automatically executing a partial _s_y_n_c(2) at regular intervals.
  571.  
  572.      If the BDS option is installed, the following options are valid for nnnnffffssss
  573.      filesystems that have BDS service enabled:
  574.  
  575.      bbbbddddssss       Turn on bulk data service for this file system.
  576.  
  577.      bbbbddddssssaaaauuuuttttoooo=_s_i_z_e
  578.                For all read/write requests that are sized greater or equal to
  579.                _s_i_z_e, do BDS I/O instead of NFS I/O.
  580.  
  581.      bbbbddddsssswwwwiiiinnnnddddoooowwww=_s_i_z_e
  582.                Set the TCP protocol send and receive windows to _s_i_z_e instead
  583.                of the default of 4Mbytes.
  584.  
  585.      bbbbddddssssbbbbuuuuffffffffeeeerrrr=_s_i_z_e
  586.                Specify the size of data buffers within the server, instead of
  587.                allowing the server to determine the best size.
  588.  
  589.  
  590.  
  591.                                                                         PPPPaaaaggggeeee 9999
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  599.  
  600.  
  601.  
  602.      bbbbddddsssspppprrrroooottttoooo=[_s_t_p|_t_c_p]
  603.                Specify the transmission protocol to use. stp is the Scheduled
  604.                Transfer Protocol. tcp is the Transmission Control Protocol.
  605.                The ssssttttpppp option is available only on the Origin and the Octane
  606.                platforms currently. Not specifying this option at all will
  607.                cause BDS by default to use the tcp transmission protocol.
  608.  
  609.      bbbbddddssssvvvvccccccccoooonnnnttttrrrroooollll=_c_i_r_c_u_i_t_N_u_m_b_e_r
  610.                Specify the virtual circuit to use, over the ST protocol, for
  611.                BDS command packets. This option is only applicable to BDS over
  612.                ST protocol (see bdsproto above). See also ST_OUT_VCNUM in the
  613.                STP(7P) man page for more information.
  614.  
  615.      Options specific to sssswwwwaaaapppp resources are:
  616.  
  617.      pppprrrriiii=_t     Set the priority of the swap device to _t.  The legal values are
  618.                from 0 to 7 inclusive.
  619.  
  620.      sssswwwwpppplllloooo=_t   Set the first 512 byte block to use to _t (default is 0).
  621.  
  622.      lllleeeennnnggggtttthhhh=_t  Set the number of 512 byte blocks to use to _t (default is
  623.                entire file/partition).
  624.  
  625.      mmmmaaaaxxxxlllleeeennnnggggtttthhhh=_t
  626.                Set the maximum number of 512 byte blocks to grow the swap area
  627.                to _t (default is to use lllleeeennnnggggtttthhhh).
  628.  
  629.      vvvvlllleeeennnnggggtttthhhh=_t Set the number of virtual 512 byte blocks to claim this swap
  630.                file has to _t (default is to use lllleeeennnnggggtttthhhh).
  631.  
  632.      All other options except for _n_o_a_u_t_o are ignored for _ssss_wwww_aaaa_pppp files.
  633.  
  634.      If the CacheFS option is installed, the following options are valid for
  635.      ccccaaaacccchhhheeeeffffssss filesystems:
  636.  
  637.      bbbbaaaacccckkkkffffssssttttyyyyppppeeee=_f_i_l_e__s_y_s_t_e_m__t_y_p_e
  638.                The filesystem type of the back filesystem (for example, nnnnffffssss).
  639.                Any of the following filesystem types may be used as the back
  640.                filesystem:  _n_f_s, _n_f_s_3, _i_s_o_9_6_6_0, _d_o_s, _c_d_f_s, _k_f_s, or _h_f_s.  If
  641.                this option is not specified, the back filesystem type is
  642.                determined from the filesystem name.  Filesystem names of the
  643.                form _h_o_s_t_n_a_m_e:_p_a_t_h will be assumed to be type _n_f_s.
  644.  
  645.      bbbbaaaacccckkkkppppaaaatttthhhh=_p_a_t_h
  646.                Specifies where the back filesystem is already mounted.  If
  647.                this argument is not supplied, CacheFS determines a mount point
  648.                for the back filesystem.
  649.  
  650.      ccccaaaacccchhhheeeeddddiiiirrrr=_d_i_r_e_c_t_o_r_y
  651.                The name of the cache directory.
  652.  
  653.  
  654.  
  655.  
  656.  
  657.                                                                        PPPPaaaaggggeeee 11110000
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  665.  
  666.  
  667.  
  668.      ccccaaaacccchhhheeeeiiiidddd=_I_D
  669.                _I_D is a string specifying a particular instance of a cache.  If
  670.                you do not specify a cache ID, CacheFS will construct one.
  671.  
  672.      wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd | nnnnoooonnnn----sssshhhhaaaarrrreeeedddd
  673.                Write modes for CacheFS.  In the wwwwrrrriiiitttteeee----aaaarrrroooouuuunnnndddd mode, writes are
  674.                made to the back filesystem, and the affected file is purged
  675.                from the cache.  Also in this mode, file and record locking is
  676.                performed through the back filesystem.  You can use the nnnnoooonnnn----
  677.                sssshhhhaaaarrrreeeedddd mode (the default) when you are sure that no one else
  678.                will be writing to the cached filesystem.  In this mode, all
  679.                writes are made to both the front and the back filesystem, and
  680.                the file remains in the cache.
  681.  
  682.      nnnnooooccccoooonnnnsssstttt   By default, consistency checking is performed.  Disable
  683.                consistency checking by specifying nnnnooooccccoooonnnnsssstttt only if you mount
  684.                the filesystem read-only.
  685.  
  686.      pppprrrriiiivvvvaaaatttteeee   Causes file and record locking to be performed locally.  In
  687.                addition, files remain cached when file and record locking is
  688.                performed.  By default, files are not cached when file and
  689.                record locking is performed and all file and record locking is
  690.                handled by the back filesystem.
  691.  
  692.      llllooooccccaaaallll----aaaacccccccceeeessssssss
  693.                Causes the front filesystem to interpret the mode bits used for
  694.                access checking instead or having the back filesystem verify
  695.                access permissions.
  696.  
  697.      ssssuuuuiiiidddd | nnnnoooossssuuuuiiiidddd
  698.                Allow (default) or disallow set-uid execution.
  699.  
  700.      aaaaccccrrrreeeeggggmmmmiiiinnnn=_n
  701.                Specifies that cached attributes are held for at least _n
  702.                seconds after file modification.  After _n seconds, CacheFS
  703.                checks to see if the file modification time on the back
  704.                filesystem has changed.  If it has, all information about the
  705.                file is purged from the cache and new data is retrieved from
  706.                the back filesystem.  The default value is 30 seconds.
  707.  
  708.      aaaaccccrrrreeeeggggmmmmaaaaxxxx=_n
  709.                Specifies that cached attributes are held for no more than _n
  710.                seconds after file modification.  After _n seconds, all file
  711.                information is purged from the cache.  The default value is 30
  712.                seconds.
  713.  
  714.      aaaaccccddddiiiirrrrmmmmiiiinnnn=_n
  715.                Specifies that cached attributes are held for at least _n
  716.                seconds after directory update.  After _n seconds, CacheFS
  717.                checks to see if the directory modification time on the back
  718.                filesystem has changed.  If it has, all information about the
  719.                directory is purged from the cache and new data is retrieved
  720.  
  721.  
  722.  
  723.                                                                        PPPPaaaaggggeeee 11111111
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. ffffssssttttaaaabbbb((((4444))))                                                              ffffssssttttaaaabbbb((((4444))))
  731.  
  732.  
  733.  
  734.                from the back filesystem.  The default value is 30 seconds.
  735.  
  736.      aaaaccccddddiiiirrrrmmmmaaaaxxxx=_n
  737.                Specifies that cached attributes are held for no more than _n
  738.                seconds after directory update.  After _n seconds, all directory
  739.                information is purged from the cache.  The default value is 30
  740.                seconds.
  741.  
  742.      aaaaccccttttiiiimmmmeeeeoooo=_n Sets aaaaccccrrrreeeeggggmmmmiiiinnnn, aaaaccccrrrreeeeggggmmmmaaaaxxxx, aaaaccccddddiiiirrrrmmmmiiiinnnn, and aaaaccccddddiiiirrrrmmmmaaaaxxxx to _n.
  743.  
  744.      bbbbgggg        This option causes _m_o_u_n_t to run in the background if the back
  745.                filesystem mount times out.
  746.  
  747.      ddddiiiissssccccoooonnnnnnnneeeecccctttt
  748.                Causes the cache filesystem to operate in disconnected mode
  749.                when the back filesystem fails to respond.  This causes read
  750.                accesses to files already cached to be fulfilled from the front
  751.                filesystem even when the back filesystem does not respond.
  752.  
  753. NNNNOOOOTTTTEEEESSSS
  754.      The filesystem types nnnnffffssss2222, nnnnffffssss3333, and nnnnffffssss3333pppprrrreeeeffff are accepted for
  755.      compatibility with earlier releases.  nnnnffffssss2222 is equivalent to vvvveeeerrrrssss====2222. nnnnffffssss3333
  756.      is equivalent to vvvveeeerrrrssss====3333.  nnnnffffssss3333pppprrrreeeeffff is equivalent to nnnnffffssss with no vvvveeeerrrrssss====
  757.      option.
  758.  
  759.      Options used by the _m_o_u_n_t(1M) command on normal filesystems are ignored
  760.      when applied to the root filesystem, since the _f_s_t_a_b file cannot be read
  761.      before mounting the root filesystem.  These options include rrrrwwww and rrrroooo
  762.      (the root filesystem cannot be mounted read-only), ggggrrrrppppiiiidddd, qqqquuuuoooottttaaaa and
  763.      qqqqnnnnooooeeeennnnffffoooorrrrcccceeee (see _q_u_o_t_a_o_n(1M), ddddmmmmiiii, wwwwssssyyyynnnncccc, nnnnooooaaaattttiiiimmmmeeee, nnnnooooaaaalllliiiiggggnnnn, ssssuuuunnnniiiitttt, sssswwwwiiiiddddtttthhhh,
  764.      nnnnooooqqqquuuuoooottttaaaa, and llllbbbbssssiiiizzzzeeee....
  765.  
  766. FFFFIIIILLLLEEEESSSS
  767.      /etc/fstab
  768.  
  769. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  770.      cfsadmin(1M), fsck(1M), mount(1M), quotacheck(1M), quotaon(1M), swap(1M),
  771.      getmntent(3), efs(4), exports(4), fd(4), filesystems(4), mtab(4),
  772.      proc(4), xfs(4).
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.                                                                        PPPPaaaaggggeeee 11112222
  790.  
  791.  
  792.  
  793.